home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 GOLD Collection / Windows 95 GOLD Collection.iso / superpad / spad.doc next >
Text File  |  1995-11-01  |  3KB  |  50 lines

  1. SuperPad (VERSION 1.1)                Copyright (c) 1995, Douglas Boling
  2. ------------------------------------------------------------------------
  3.                First Published in PC Magazine April 11, 1995 (Utilities)
  4. ------------------------------------------------------------------------
  5.  
  6. SuperPad by Douglas Boling
  7.  
  8. PURPOSE:
  9.         SuperPad is a replacement for Microsoft Windows' Notepad that
  10. can edit files of any size. It also offers command line switches so you
  11. can configure it for use with a Windows batch language.
  12. ===========================================================Revision History:
  13.  
  14. 1.0   Initial Release
  15. 1.1   Bug fixes
  16.       removed problem OutputDebugString calls
  17.       fixed overstrike of non-char keys
  18.       added menu del routine
  19. ===========================================================
  20. USAGE:
  21.         To install SuperPad, simply copy the executable file SPAD.EXE
  22. to a directory in your path. You may also want to add a Program Manager
  23. icon for SuperPad. The optional command line switches are as follows:
  24.  
  25.  SuperPad [filename] [/Ln] [/Cn] [/R+|-] [V] [/F] [/P] [/Tn] [/W+|-]
  26. The filename parameter specifies the file to be edited by SuperPad.
  27. The /L (line) and /C (column) switches let you specify the line and
  28. column where SuperPad is positioned when it opens a file. The /R
  29. (read-only) switch prevents files from being modified. You can change
  30. the status using the Read Only menu item. The /V switch is similar to
  31. the /R switch except that the read-only nature of the session cannot
  32. be modified through the Read Only menu item.
  33. The /F (fixed) and /P (proportional) switches let you specify the type
  34. of font used to display the file. The /T switch lets you set the tab
  35. size. The last switch, /W, tells SuperPad whether it should wrap lines
  36. longer than the width of the SuperPad window. The /W+ switch tells
  37. SuperPad to wrap lines within the window; /W- tells SuperPad to use
  38. a horizontal scroll bar instead of wrapping.
  39. FILES:     SPAD.EXE-SuperPad's executable program file.
  40.         SPAD.DOC-Just the documentation file for SuperPad.
  41.         SPAD.ZIP-The program, documentation, and source code files
  42.                  for SuperPad all wrapped up in a .ZIP file.
  43. SUPPORT:
  44.          Help for the free utilities offered by PC Magazine can be
  45. obtained electronically in the Utilities section of ZiffNet's
  46. Utilities/Tips Forum (GO ZNT:TIPS). The authors of current utilities
  47. generally visit this forum every day.
  48. ----------------------------------------------------------------------
  49. Douglas Boling is a Contributing Editor of PC Magazine.
  50. ----------------------------------------------------------------------